home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- if the timer < 4260 then
- if the loaded of member "thermocorrect" = 0 then
- preloadMember("thermocorrect")
- end if
- if the loaded of member "thermohot" = 0 then
- preloadMember("thermohot")
- end if
- go(the frame)
- else
- go(the frame + 1)
- end if
- end
-
- on mouseUp
- go(100)
- end
-